home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pine / imap_archive / text0100.txt < prev    next >
Encoding:
Text File  |  1993-07-02  |  835 b   |  25 lines

  1. >       Applications that use c-client have the problem
  2. >   solved for them.
  3. >   
  4. >        What they do is instead of remembering the message
  5. >   number, they remember the message cache element from
  6. >   mail_elt()
  7.  
  8. This means moving the primary key from something known to change on
  9. expunge, to using a memory location as a primary key.
  10.  
  11. Sounds dicey, but probably will work....if I never garbage collect.  Do I
  12. read InternalDoc correctly...that mail_gc(stream,GC_ELT) will throw away
  13. the cache elements.  It also is making assumptions about direct pointers,
  14. violating the cardinal rule of Macs.
  15.  
  16. mail_elt is mail_element, right?
  17.  
  18. --------------------------------------------------
  19. Adam Treister  <treister@forsythe.stanford.edu>
  20. Polya Hall 205, Stanford CA 94305 - (415) 725-9449
  21. --------------------------------------------------
  22.  
  23.  
  24.  
  25.